type runtime.boundsError

20 uses

	runtime (current package)
		error.go#L112: type boundsError struct {
		error.go#L168: func (e boundsError) RuntimeError() {}
		error.go#L180: func (e boundsError) Error() string {
		panic.go#L89: 	panic(boundsError{x: int64(x), signed: true, y: y, code: boundsIndex})
		panic.go#L93: 	panic(boundsError{x: int64(x), signed: false, y: y, code: boundsIndex})
		panic.go#L99: 	panic(boundsError{x: int64(x), signed: true, y: y, code: boundsSliceAlen})
		panic.go#L103: 	panic(boundsError{x: int64(x), signed: false, y: y, code: boundsSliceAlen})
		panic.go#L107: 	panic(boundsError{x: int64(x), signed: true, y: y, code: boundsSliceAcap})
		panic.go#L111: 	panic(boundsError{x: int64(x), signed: false, y: y, code: boundsSliceAcap})
		panic.go#L117: 	panic(boundsError{x: int64(x), signed: true, y: y, code: boundsSliceB})
		panic.go#L121: 	panic(boundsError{x: int64(x), signed: false, y: y, code: boundsSliceB})
		panic.go#L127: 	panic(boundsError{x: int64(x), signed: true, y: y, code: boundsSlice3Alen})
		panic.go#L131: 	panic(boundsError{x: int64(x), signed: false, y: y, code: boundsSlice3Alen})
		panic.go#L135: 	panic(boundsError{x: int64(x), signed: true, y: y, code: boundsSlice3Acap})
		panic.go#L139: 	panic(boundsError{x: int64(x), signed: false, y: y, code: boundsSlice3Acap})
		panic.go#L145: 	panic(boundsError{x: int64(x), signed: true, y: y, code: boundsSlice3B})
		panic.go#L149: 	panic(boundsError{x: int64(x), signed: false, y: y, code: boundsSlice3B})
		panic.go#L155: 	panic(boundsError{x: int64(x), signed: true, y: y, code: boundsSlice3C})
		panic.go#L159: 	panic(boundsError{x: int64(x), signed: false, y: y, code: boundsSlice3C})
		panic.go#L165: 	panic(boundsError{x: int64(x), signed: true, y: y, code: boundsConvert})